github.com/jackc/pgx/v5/pgconn.pipelineState.ExtractFrontRequestType (method)

2 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2351: func (s *pipelineState) ExtractFrontRequestType() pipelineRequestType {
		pgconn.go#L2605: 	currentRequestType := p.state.ExtractFrontRequestType()